reflect.bitVector.n (field)

9 uses

	reflect (current package)
		type.go#L2769: 		PtrBytes: uintptr(abid.stackPtrs.n) * goarch.PtrSize,
		type.go#L2771: 	if abid.stackPtrs.n > 0 {
		type.go#L2798: 	n    uint32 // number of bits
		type.go#L2804: 	if bv.n%(8*goarch.PtrSize) == 0 {
		type.go#L2812: 	bv.data[bv.n/8] |= bit << (bv.n % 8)
		type.go#L2813: 	bv.n++
		type.go#L2824: 		for bv.n < uint32(offset/goarch.PtrSize) {
		type.go#L2831: 		for bv.n < uint32(offset/goarch.PtrSize) {